home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / General / XLisp 2.1e3 / Sources / Source Notes < prev    next >
Text File  |  1993-11-13  |  1KB  |  17 lines

  1. This folder contains the source code files specific to my Macintosh port of Tom Almy's xlisp 2.1e. Here's how to compile the Macintosh application with these files:
  2.  
  3. - Obtain the complete source code distribution to Tom Almy's xlisp 2.1e via anonymous ftp to glia.biostr.washington.edu. 
  4.  
  5. - Replace his "xlsubr.c" file with the slightly modified one here (two lines were changed), and add the code in "Add to xlisp.h" to the appropriate part of his "xlisp.h".
  6.  
  7. - Use the given project file with THINK C 6.0, or create your own project with THINK C 5.0 or MPW C. This application should compile without any problems under any of these environments.
  8.  
  9. If you only want to run xlisp, then you don't need these source code files. This archive also contains the xlisp application as well as many sample lisp files for it.
  10.  
  11. This code is subject to any restrictions that have been placed on the original xlisp distribution, and may be freely distributed. However, I am NOT responsible for any damages that may result from the use of this program, and I am NOT obligated to fix any bugs or add any features to it. You get what you pay for.
  12.  
  13. Please report bugs and enhancements (regarding this Macintosh port ONLY, not for xlisp in general) to me at bskendig@netcom.com.
  14.  
  15. - Brian Kendig
  16.  
  17.